Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offset independent nodes #143

Merged
merged 9 commits into from
Aug 23, 2024
Merged

Conversation

Washi1337
Copy link
Owner

@Washi1337 Washi1337 commented Jul 30, 2024

  • Decouples nodes in a control flow graph and data flow graph from offsets, allowing for a simpler API for adding/removing nodes.
  • Removes the Echo.ControlFlow.Editing namespace.
  • Add nullable attributes to Echo.ControlFlow, Echo.DataFlow and Echo.Ast.
  • Echo.DataFlow now depends on Echo.ControlFlow instead of the other way around. Symbolic graph building is moved to Echo.DataFlow.
  • Simplifies IStaticSuccessorResolver and IStateTransitioner.
  • Nodes should now be looked up using offset maps.

@Washi1337 Washi1337 added enhancement New feature or request control-flow Issue related to the control flow analysis modules of Echo. data-flow Issue related to the data flow analysis modules of Echo. labels Jul 30, 2024
@Washi1337 Washi1337 merged commit a8f5417 into master Aug 23, 2024
1 check passed
@Washi1337 Washi1337 deleted the feature/offset-independent-nodes branch August 23, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
control-flow Issue related to the control flow analysis modules of Echo. data-flow Issue related to the data flow analysis modules of Echo. enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant